To load data from the data file /data/americascust.dat (created above) into the base table customer, use the INSERT statement as follows
要将数据文件 /data/americascust.dat(此前已创建)中的数据加载到基表 customer,可以使用 INSERT 语句(如下所示)
Using the DB2 import command, we then populate this new table with data contained in the large del file: import from staffdata.del of del modified by chardel coldel, decpt. insert into newstaff.
然后我们使用DB 2 import命令,用大型del文件中包含的数据填充这个新表:import from staffdata . del of del modified by chardel “ ” coldel, decpt . insert into newstaff。
应用推荐